home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / AudioApps / GISO / PB.project < prev    next >
Text File  |  1992-12-20  |  2KB  |  46 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = GISO2.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = (sound_nib.tiff, sound_nib.tiff, sound_nib.tiff);
  5. FILESTABLE = {
  6.     M_FILES = (GISO_main.m);
  7.     OTHER_LINKED = ();
  8.     H_FILES = (Controller.h, Defaults.h, EnhancedApp.h, EnhancedMatrix.h, EnhancedText.h, GISOPrefPanel.h, PrefPanel.h, StringStorage.h, Subprocess.h, TokenString.h);
  9.     CLASSES = (Controller.m, Defaults.m, EnhancedApp.m, EnhancedMatrix.m, EnhancedText.m, GISOPrefPanel.m, PrefPanel.m, StringStorage.m, Subprocess.m, TokenString.m);
  10.     IMAGES = (GISO2.tiff, nwcColor.tiff);
  11.     PSW_FILES = ();
  12.     C_FILES = ();
  13.     OTHER_RESOURCES = (sox);
  14.     OTHER_SOURCES = ();
  15.     SUBPROJECTS = ();
  16.     PSWM_FILES = ();
  17.     SOUNDS = ();
  18.     STRINGS_FILES = (channel.strings, dataFormat.strings, dataFormatSwitches.strings, dataSize.strings, dataSizeSwitches.strings, effects.strings, filetype.strings, inHotList.strings, inHotListConfig.strings, outHotList.strings, outHotListConfig.strings, rate.strings);
  19.     OTHER_LIBS = (Media_s, NeXT_s);
  20.     INTERFACES = (GISO.nib, PrefPanel.nib);
  21. };
  22. APPCLASS = Application;
  23. MAINNIB = GISO;
  24. DOCEXTENSIONS = (wav, voc, au);
  25. PROJECTTYPE = Application;
  26. PROJECTVERSION = 1.1;
  27. LOCALIZABLE_FILES = {
  28.     inHotList.strings;
  29.     effects.strings;
  30.     channel.strings;
  31.     outHotListConfig.strings;
  32.     PrefPanel.nib;
  33.     dataFormatSwitches.strings;
  34.     rate.strings;
  35.     GISO.nib;
  36.     filetype.strings;
  37.     dataSizeSwitches.strings;
  38.     outHotList.strings;
  39.     dataSize.strings;
  40.     inHotListConfig.strings;
  41.     dataFormat.strings;
  42. };
  43. PROJECTNAME = GISO;
  44. SYSTEMEXTENSIONS = (snd);
  45. LANGUAGE = English;
  46.